home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / PCSoftware / EditML Pro 1.0 / EditMLProv1.0Setup.exe / Main / Tips.tip < prev    next >
Encoding:
Text File  |  2000-10-09  |  1.5 KB  |  33 lines

  1. XML is a subset of SGML optimized for delivery over the Web
  2.  
  3. XML is an open text-based format, and it can be delivered using HTTP in the same way as HTML
  4.  
  5. Double click on the element showing in the DTD elements folder list to directly add it to its parent that is currently selected in treeview
  6.  
  7. You can use XML Document Object Model (DOM) to manipulate data with scripting or other programming languages
  8.  
  9. Data sent along with a DTD or XML schema  is known as valid XML
  10.  
  11. If you try to open MS Access databases you can directly click on OK to open the table list
  12.  
  13. Use the advanced option in the table list dialog to specify a SQL query 
  14.  
  15. You can use XML schema to define default values for attributes
  16.  
  17. You can use XML schema to define the sequence in which the child elements can appear
  18.  
  19. Use the content attribute to specify what the element will contain ("textOnly", "eltOnly", "empty", or "mixed")
  20.  
  21. The minOccurs and maxOccurs attributes specify how many times an element can appear within another element
  22.  
  23. Attributes cannot contain sub-elements, and you cannot require attributes to appear in any particular order
  24.  
  25. The group element in XML schema enables you to specify constraints on a specific set of sub-elements
  26.  
  27. You can use namespaces, to reference other schemas rather than copying the definition
  28.  
  29. XML Schema allows you to specify a data type for an element or attribute, unlike DTD
  30.  
  31. XLL is an XML linking language that provides links in XML similar to those in HTML
  32.  
  33.